home *** CD-ROM | disk | FTP | other *** search
/ CD-ROM Today (Latin America) Volume 1 #6 / CD-ROM Today 6 Latam.iso / referenc / evol / database.dxr / 00140.ls < prev    next >
Encoding:
Text File  |  1996-11-08  |  371 b   |  21 lines

  1. on EasyRead
  2.   global gFontSize, gDisplayMem
  3.   set gFontSize to gFontSize * 1.30000000000000004
  4.   if gFontSize > 24 then
  5.     set gFontSize to 10
  6.   end if
  7.   set the textSize of member gDisplayMem to gFontSize
  8. end
  9.  
  10. on Contents
  11.   global wColor
  12.   set wColor to 1
  13.   loadArticle("Contents", 0)
  14. end
  15.  
  16. on Glossary
  17.   global wColor
  18.   set wColor to 1
  19.   loadArticle("Glossary", 0)
  20. end
  21.